home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / netclb23.zip / NWCALL.H < prev    next >
C/C++ Source or Header  |  1994-05-20  |  364b  |  14 lines

  1. #ifndef NWCALL_H
  2. #define NWCALL_H
  3.  
  4. /**********************/
  5. /* NW Call prototypes */
  6. /**********************/
  7.  
  8. int NWcall(int ah_set,void *request, void *reply);
  9. int NWcallx(int ah_set,int al_set,void *request, void *reply);
  10. int NWF2call(byte function,void *request,word requestLength,
  11.              void *reply,word replyLength);
  12.              
  13. #endif
  14.